x86: Implement cpu hotplug notifiers. Use them.
authorKeir Fraser <keir.fraser@citrix.com>
Fri, 14 May 2010 14:22:48 +0000 (15:22 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Fri, 14 May 2010 14:22:48 +0000 (15:22 +0100)
commit2e4146ddc277d2ddd861646b8b1ba83182eb84bb
treeb89c9a44b6681359974a281096dc16f29dc6d304
parent2a814aeaaf1e2fe258ab72fc60bb86b7ca4cb102
x86: Implement cpu hotplug notifiers. Use them.

Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
27 files changed:
xen/arch/ia64/xen/xen.lds.S
xen/arch/ia64/xen/xensetup.c
xen/arch/x86/cpu/mcheck/mce_intel.c
xen/arch/x86/domain.c
xen/arch/x86/hvm/hvm.c
xen/arch/x86/platform_hypercall.c
xen/arch/x86/setup.c
xen/arch/x86/smpboot.c
xen/arch/x86/xen.lds.S
xen/common/cpu.c
xen/common/cpupool.c
xen/common/gdbstub.c
xen/common/kernel.c
xen/common/notifier.c
xen/common/rcupdate.c
xen/common/tasklet.c
xen/drivers/cpufreq/cpufreq.c
xen/include/asm-x86/hvm/hvm.h
xen/include/asm-x86/processor.h
xen/include/asm-x86/smp.h
xen/include/xen/cpu.h [new file with mode: 0644]
xen/include/xen/gdbstub.h
xen/include/xen/init.h
xen/include/xen/notifier.h
xen/include/xen/rcupdate.h
xen/include/xen/sched.h
xen/include/xen/tasklet.h